home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089doc.lha / Mutt-0.89i-AMIGA / doc / mutt.sgml < prev    next >
SGML Document  |  1998-01-28  |  4KB

  1. <!doctype linuxdoc system>
  2.  
  3. <manpage title="Mutt" sectnum="1">
  4.  
  5. <sect1>NAME
  6. <p>
  7. mutt - The Mutt Mail User Agent
  8.  
  9. <sect1>SYNOPSIS
  10. <p>
  11. mutt [ -hnpRvxyzZ ]
  12. [ -a <em/file/ ]
  13. [ -b <em/address/ ]
  14. [ -c <em/address/ ]
  15. [ -f <em/mailbox/ ]
  16. [ -F <em/muttrc/ ]
  17. [ -H <em/draftfile/ ]
  18. [ -i <em/include/ ]
  19. [ -m <em/type/ ]
  20. [ -s <em/subject/ ]
  21. &lsqb <em/address/ ... ]
  22.  
  23. <sect1>DESCRIPTION
  24. <p>
  25. Mutt is a small but very powerful text based program for reading electronic
  26. mail under unix operating systems, including support color terminals, MIME,
  27. and a threaded sorting mode.
  28.  
  29. <sect1>OPTIONS
  30. <p>
  31. <descrip>
  32. <tag>-a <em/file/
  33. <p>
  34. Attach a file to your message using MIME.
  35. <tag>-b <em/address/
  36. <p>
  37. Specify a blind-carbon-copy (BCC) recipient
  38. <tag>-c <em/address/
  39. <p>
  40. Specify a carbon-copy (CC) recipient
  41. <tag>-f <em/mailbox/
  42. <p>
  43. Specify which mailbox to load.
  44. <tag>-F <em/muttrc/
  45. <p>
  46. Specify an initialization file to read instead of ˜/.muttrc
  47. <tag>-h
  48. <p>
  49. Display help.
  50. <tag>-H <em/draft/
  51. <p>
  52. Specify a draft file which contains header and body to use to send a
  53. message.
  54. <tag>-i <em/include/
  55. <p>
  56. Specify a file to include into the body of a message.
  57. <tag>-m <em/type/       
  58. <p>
  59. specify a default mailbox type
  60. <tag>-n
  61. <p>
  62. Causes Mutt to bypass the system configuration file.
  63. <tag>-p
  64. <p>
  65. Resume a postponed message.
  66. <tag>-R
  67. <p>
  68. Open a mailbox in <em/read-only/ mode.
  69. <tag>-s <em/subject/
  70. <p>
  71. Specify the subject of the message.
  72. <tag>-v
  73. <p>
  74. Display the Mutt version number and compile-time definitions.
  75. <tag>-x
  76. <p>
  77. Emulate the mailx compose mode.
  78. <tag>-y
  79. <p>
  80. Start Mutt with a listing of all mailboxes specified by the <em/mailboxes/
  81. command.
  82. <tag>-z
  83. <p>
  84. When used with -f, causes Mutt not to start if there are no messages in the
  85. mailbox.
  86. <tag>-Z
  87. <p>
  88. Causes Mutt to open the first mailbox specified by the <em/mailboxes/
  89. command which contains new mail.
  90. </descrip>
  91.  
  92. <sect1>ENVIRONMENT
  93. <p>
  94. <descrip>
  95. <tag>EDITOR
  96. <p>
  97. Editor to invoke when composing a message.
  98. <tag>HOME
  99. <p>
  100. Full path of the user's home directory.
  101. <tag>MAIL
  102. <p>
  103. Full path of the user's spool mailbox.
  104. <tag>MAILCAPS
  105. <p>
  106. Path to search for mailcap files.
  107. <tag>MM_NOASK
  108. <p>
  109. If this variable is set, mailcap are always used without prompting first.
  110. <tag>PGPPATH
  111. <p>
  112. Directory in which the user's PGP public keyring can be found.
  113. <tag>TMPDIR
  114. <p>
  115. Directory in which temporary files are created.
  116. <tag>REPLYTO
  117. <p>
  118. Default Reply-To address.
  119. <tag>VISUAL
  120. <p>
  121. Editor to invoke when the ˜v command is given in the builtin editor.
  122. </descrip>
  123.  
  124. <sect1>FILES
  125. <p>
  126. <descrip>
  127. <tag>˜/.muttrc
  128. <p>
  129. User configuration file.
  130. <tag>/usr/local/share/Muttrc
  131. <p>
  132. System-wide configuration file.
  133. <tag>/tmp/muttXXXXXX
  134. <p>
  135. Temporary files created by Mutt.
  136. <tag>˜/.mailcap
  137. <p>
  138. User definition for handling non-text MIME types.
  139. <tag>/usr/local/share/mailcap
  140. <p>
  141. System definition for handing non-text MIME types.
  142. <tag>˜/.mime.types
  143. <p>
  144. User's personal mapping between MIME types and file extensions.
  145. <tag>/usr/local/share/mime.types
  146. <p>
  147. System mapping between MIME types and file extensions.
  148. <p>
  149. </descrip>
  150.  
  151. <sect1>BUGS
  152. <p>
  153. suspend/resume while editing a file with an external editor does not work
  154. under SunOS 4.x if you use the curses lib in /usr/5lib.  It <em/does/ work
  155. with the S-Lang library, however.
  156. <p>
  157. Resizing the screen while using an external pager causes Mutt to go haywire
  158. on some systems.
  159. <p>
  160. suspend/resume does not work under Ultrix.
  161. <p>
  162. The help line for the index menu is not updated if you change the bindings
  163. for one of the functions listed while Mutt is running.
  164.  
  165. <sect1>SEE ALSO
  166. <p>
  167. curses(3), ncurses(3), sendmail(1), smail(1), mailcap(5)
  168. <p>
  169. Mutt Home Page: http://www.cs.hmc.edu/˜me/mutt/
  170.  
  171. <sect1>AUTHOR
  172. <p>
  173. Michael Elkins <me@cs.hmc.edu>
  174. <p>
  175. http://www.cs.hmc.edu/˜me
  176. </manpage>
  177.